JadeWorkDirectory

String (disk-path)

JADE-HOME\temp

Purpose

The JadeWorkDirectory parameter specifies the path of the directory where work files are created by JADE.

By default, this directory is created at the same level as the JADE installation directory (that is, the directory in which the jade.exe executable program is located) and is named temp. For example, if the JADE installation directory is \jade\bin, the working directory would be \jade\temp. The JadeWorkDirectory parameter can specify an absolute path or relative path (relative to the JADE HOME directory, which is \jade in the example).

The JadeWorkDirectory parameter specifies the location of the cache file for a thin client (which contains all forms and pictures sent by logic from the application server), unless another location is specified by the FormCacheFile parameter in the [JadeThinClient] section.

The JadeWorkDirectory parameter also specifies where the thin client automatic download interlock file (thinlock.fil) is created.

Parameter is read when …

A file in the work directory is created or used or the getJadeWorkDirectory method is called.